home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / bubble_s.swf / scripts / DefineButton2_75 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  264 b   |  15 lines

  1. on(release){
  2.    if(1 < rN._currentframe)
  3.    {
  4.       if(rE._currentframe == 1)
  5.       {
  6.          rE.gotoAndPlay("Hide");
  7.       }
  8.       else if(rM._currentframe == 1)
  9.       {
  10.          rM.gotoAndPlay("Hide");
  11.       }
  12.       rN.gotoAndPlay("Show");
  13.    }
  14. }
  15.